home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
msdos
/
utils
/
graphtal.lzh
/
Graphtal.Amiga
/
Examples
/
spiral.lsys
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-10-30
|
297 b
|
47 lines
/*
* Try this one with the rayshade driver.
*/
lsystem Spiral;
const step = 100;
table Spiral
{
A -> F(10) pt(30) A;
wi(w) -> wi(w*1.05);
F(l) -> F(l*1.05);
};
attributes {
axiom wi(3) G(5) tu(110) A;
derivation Spiral(step);
coneres 20;
sphereres 5;
};